home *** CD-ROM | disk | FTP | other *** search
- Path: orion.hrz.tu-freiberg.de!wirbel
- From: wirbel@orion.hrz.tu-freiberg.de (Frank Wirbeleit)
- Newsgroups: comp.lang.c++
- Subject: multidimensional arrays
- Date: 1 Feb 1996 15:49:17 GMT
- Organization: BA Freiberg
- Message-ID: <4eqndt$40n@kermes>
- NNTP-Posting-Host: orion.hrz.tu-freiberg.de
- Summary: object module for arrays and matrixces
- Keywords: array, matrix
- X-Newsreader: TIN [version 1.2 PL2]
-
-
- An object orientated matrix library, applicable in your own C++
- programms, has been created an used in the last 2 years in
- my simulation program and in the programs of friends and is
- recommended for storing and organizing data arrays of float, double
- long double and complex values. This module handels data arrays and
- multidimensional arrays of matrixces of any size you like in a easy way
- and performs common matrix calculations,such as linear equation systems,
- eigenvalues/ -vectors an all common operators (+, -, *, transp.).
-
- Please feel so free an contact the e-mail adress below for more information.
- You can get the version for micrososft visual c++ version 1.0 or borland c++
- Version 2.0 by sending a HD-disk (1.44 MByte) with a return cover to the
- adress below, because the files are not uploaded on a ftp server.
- The source code is written by ANSI c++ (besides the alloc-functions)
- and is also available by the autor.
-
-
- contact:
- Frank Wirbeleit
- Wurzener Str. 31
- 01127 Dresden
- Germany
-
- e-mail:
- wirbel@physik.tu-freiberg.de
-
- Frank
-